插件安装 内容 概述 osgi安装 p2 Director脚本 ODT格式包 安装例子 推荐插件1 概述 idempiere插件通常以jar发布,如果p2发布为zip格式。 每个插件都会有安装说明,你可以选择合适的方式进行安装。 以Ken_longnan - [ken.longnan@gmail.com] 的ODT插件为例,首先找到插件的下载地址: https://sourceforge.net/projects/idempiereksys/files/ksys.p2/ osgi安装 flex控制台 http://localhost:8080/osgi/system/console/bundles p2 Console http://wiki.eclipse.org/Equinox_p2_Console_Users_Guide 1.Connect to OSGi shell by "telnet localhost 12612" 2.You will get shell prompt "osgi>" 3.Search the plugin "org.eclipse.equinox.p2.console_*", and start it 4.In shell osgi> provaddrepo http://sourceforge.net/projects/idempiereksys/files/ksys.p2/odt/ osgi> provlg com.kylinsystems.idempiere.odt.feature.group 1.0.0.201306062049 osgi> provinstall com.kylinsystems.idempiere.odt.feature.group 1.0.0.201306062049 Installation complete for com.kylinsystems.idempiere.odt.feature.group 1.0.0.201306062049 osgi> confapply p2 Director脚本 Download the installer script (.bat or .sh) and run it inside your IDEMPIERE_HOME folder. ODT格式包 ODT是一个很方便的数据交换工具,参考:http://wiki.idempiere.org/en/Plugin:_ObjectDataTool 插件卸载 jar包部署成功后,发现功能不满意,如何卸载? osgi控制台只能做到下架jar包,数据库的变动无法删除,除非你使用ODT包格式来进行APP维护。 you should backup your database before install plug-in (or before any action relate database) when it fail just restore db and re-run.for uninstall 2pack. has non build-in function, if you understand plug-in, you can write script for uninstall it. AFAIK, uninstalling a plugin does not remove the pack-in, and so does not undo the database changes. I know of no way to actually remove the database changes a pluggin has introduced, at best you can hide them. 安装例子 ####官方osgi插件#### [http://wiki.idempiere.org/en/Category:Available_Plugins](http://wiki.idempiere.org/en/Category:Available_Plugins) 安装方法: 1. 下载相关的osgi插件。(可能还有些PackIn的meta数据需要下载) 2. 系统管理员,登录http://localhost:8080/osgi/system/console/bundles 3. 点击 install/update按钮,上传jar并设置start,OK后确认插件为Play状态。 4. 如果插件自己能PackIn插件基础数据,你可以在PackIn中看到导入记录,否则自己手动导入。 5. 登录普通用户,你就可以看到新的功能。 6. 其他要求,请参考插件的安装说明。 red1未发布的budget,wms模块p2。 [https://sourceforge.net/projects/red1/files/p2/](https://sourceforge.net/projects/red1/files/p2/) 安装方法如下: [http://wiki.idempiere.org/en/Developing_Plug-Ins_-_Get_your_Plug-In_running#Server_.2F_WebUI](http://wiki.idempiere.org/en/Developing_Plug-Ins_-_Get_your_Plug-In_running#Server_.2F_WebUI) 推荐插件1 http://wiki.idempiere.org/en/Plugin:_Delete_Client_and_Initialize_Client 删除客户端